C1.Web.Mvc Namespace / FlexGrid<T> Class
Members

FlexGrid<T> Class
The FlexGrid control provides a powerful and flexible way to display and edit data in a tabular format.
Object Model
FlexGrid<T> ClassCellTemplate ClassCellTemplate ClassCellTemplate ClassCellTemplate ClassErrorTooltip ClassHeaderTemplate ClassCellTemplate ClassCellRange ClassCellTemplate Class
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class FlexGrid(Of T) 
   Inherits FlexGridBase(Of T)
   Implements ITemplate 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.FlexGrid<T>

See Also